added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETPreventMultipleWindows / Main.aspx
blobe85f6fc6275e3729eec9ab8671c0956385b4dea2
1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Main.aspx.cs" Inherits="CSASPNETPreventMultipleWindows.Main" %>
3 <%@ Register src="UserControls/NextPage.ascx" tagname="NextPage" tagprefix="uc1" %>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head runat="server">
9     <title></title>
10 </head>
11 <body>
12     <form id="form1" runat="server">
13     <uc1:NextPage ID="NextPage1" runat="server" />
14     <div>
15     <a href="NextLink.aspx">Next Page 1</a>
16     <br/>
17     <a href="NextLink2.aspx">Next Page 2</a>
18     </div>
19     </form>
20 </body>
21 </html>